Minor doc fixup
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 May 2014 15:42:31 +0000 (11:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 May 2014 15:56:23 +0000 (11:56 -0400)
gtk/gtktreestore.c

index 1ef7a3989c4dacf5441c2c2727ebe77dde9aa433..a6e47af3981e8a8c216b62b38f9e19637df7c021 100644 (file)
@@ -2248,8 +2248,8 @@ gtk_tree_store_reorder_func (gconstpointer a,
 
 /**
  * gtk_tree_store_reorder: (skip)
- * @tree_store: A #GtkTreeStore.
- * @parent: A #GtkTreeIter.
+ * @tree_store: A #GtkTreeStore
+ * @parent: A #GtkTreeIter, or %NULL
  * @new_order: (array): an array of integers mapping the new position of each child
  *      to its old position before the re-ordering,
  *      i.e. @new_order`[newpos] = oldpos`.